home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / getwd.man < prev    next >
Encoding:
Text File  |  1989-01-13  |  865 b   |  67 lines

  1.  
  2.  
  3.  
  4. GETWD                 C Library Procedures                  GETWD
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      getwd - get current working directory pathname
  10.  
  11. SSYYNNOOPPSSIISS
  12.      cchhaarr **ggeettwwdd((ppaatthhnnaammee))
  13.      cchhaarr **ppaatthhnnaammee;;
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      _G_e_t_w_d copies the absolute pathname of the current working
  17.      directory to _p_a_t_h_n_a_m_e and returns a pointer to the result.
  18.  
  19. LLIIMMIITTAATTIIOONNSS
  20.      Maximum pathname length is MAXPATHLEN characters (1024), as
  21.      defined in <_s_y_s/_p_a_r_a_m._h>.
  22.  
  23. DDIIAAGGNNOOSSTTIICCSS
  24.      _G_e_t_w_d returns zero and places a message in _p_a_t_h_n_a_m_e if an
  25.      error occurs.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 12, 1986                          1
  64.  
  65.  
  66.  
  67.